home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / abe.arc / ABE_INFO < prev    next >
Text File  |  1989-06-22  |  3KB  |  67 lines

  1. ------------------------------------------------------------------------------
  2. |  ABE Ascii-Binary Encoding System (Brad Templeton 1989): abe/dabe/tinydabe |
  3. ------------------------------------------------------------------------------
  4. |****** An alternative to uuencode/uudecode for unix/msdos/gemdos/etc. ******|
  5. ------------------------------------------------------------------------------
  6.  
  7. Public domain ASCII-BINARY-ENCODING package [gemdos:ATARI.ST][version 1000-AR].
  8.  
  9. Archive contents:
  10.  
  11. -rw--   9244 Fri Jun 16 19:25 readme         [Read this next!]
  12.  
  13. ..\abe_bin [moved to \]:
  14. -rw--  19582 Fri Jun 16 19:03 abe.ttp        [ABE-encoder]
  15. -rw--  20931 Fri Jun 16 19:03 dabe.ttp       [ABE-decoder]
  16. -rw--   7697 Fri Jun 16 19:03 tdabe1.prg     [tiny ABE-decoder: ASCII]
  17. -rw--   7897 Fri Jun 16 19:03 tdabe2.prg     [tiny ABE-decoder: EBCDIC]
  18.  
  19. ..\abe_doc [ABE-encoded -> abe_doc.abe] :
  20. -rw--  15588 Fri Jun 16 19:25 abe.man        [ST fmt: nroff -man]
  21. -rw--  19112 Fri Jun 16 19:25 abe_fmt.doc    [documents the ABE format] 
  22. -rw--   8386 Fri Jun 16 19:25 dabe.man       [ST fmt: nroff -man]
  23.  
  24. ..\tiny_src [ABE-encoded -> tiny_src.abe]:
  25. -rw--   4021 Fri Jun 16 21:14 tdabe1.c       [tinydabe source: ASCII]
  26. -rw--   4083 Fri Jun 16 21:14 tdabe2.c       [tinydabe source: EBCDIC]
  27.  
  28. + (possibly) sample shell-scripts (msh/gulam/etc.). In order to decode 
  29. an ABE-archive do: 
  30.  
  31.         dabe ABE-archive 
  32.  
  33. either from the desk-top [CLICK-ON dabe.ttp] or else from a (Bourne-like) 
  34. shell. So we can get back the ABE-encoded directory \abe_doc, with 
  35.  
  36.         dabe abe_doc.abe.
  37.  
  38. (here, abe has been used as an archiver). This works on UN*X and MSDOS, 
  39. too, if you have the original dabe.
  40.  
  41. A single-file ABE-encoding can be restored with the supplied tiny decoders 
  42. tdabe[1-2].prg from a (Bourne-like) shell. For instance, we can restore an 
  43. ASCII [only] ABE-encoding with 
  44.  
  45.         tdabe1 < ABE-archive | cat > output-file 
  46.  
  47. from msh. (On ATARI.ST + msh you may also try a command
  48.  
  49.         cat ABE-archive | tdabe > output-file
  50.  
  51. although this one would generate extra line-feeds.) 
  52.  
  53. [NB]: Apparently, [the current version of] gulam does NOT support pipes: 
  54. use instead
  55.  
  56.         tdabe1 < ABE-archive > output-file
  57.  
  58. or the full ABE-decoder [tdabe.ttp].
  59.  
  60. Comfortably enough, you can catenate masses of ABE-encoded files [no 
  61. blocking or extra info added] and retrieve the originals, by running 
  62. dabe on the outcome (just once). Look up the manual pages for examples.
  63.  
  64. Send ABE-related mail to abe@looking.on.ca (Brad Templeton).   
  65.  
  66. [AR]=[adriaan@sci.kun.nl](Adrian Rezus)-----------------------------------
  67.